home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Defaults.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  405 b 

  1. {
  2.     "schema": {
  3.         "ConfigurationID": "Long Integer NOT NULL",
  4.         "ArchivePeriod": "DateTime NOT NULL",
  5.         "NextIncidentID": "Long Integer NOT NULL",
  6.         "NextContactID": "Long Integer NOT NULL",
  7.         "AdministratorID": "Text (8) NOT NULL",
  8.         "NextStamp": "Text (16) NOT NULL"
  9.     },
  10.     "data": [
  11.         {
  12.             "ConfigurationID": 1,
  13.             "ArchivePeriod": "01/01/95 00:00:00",
  14.             "NextIncidentID": 0,
  15.             "NextContactID": 0,
  16.             "AdministratorID": "isadmin",
  17.             "NextStamp": "0000000000000100"
  18.         }
  19.     ]
  20. }